home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / files / spritehosts.man < prev    next >
Text File  |  1989-02-16  |  2KB  |  49 lines

  1. '\" Copyright 1989 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/man/files/RCS/spritehosts.man,v 1.1 89/02/16 10:04:20 ouster Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS spritehosts files
  13. .BS
  14. .SH NAME
  15. /etc/spritehosts \- file containing Sprite host information
  16. .SH DESCRIPTION
  17. .PP
  18. The file \fB/etc/spritehosts\fP is used to keep host information for
  19. hosts in the Sprite network.  It contains the following fields:
  20. .IP spriteID 14
  21. A small integer used to identify the host internally.
  22. .IP netType 14
  23. The type of the physical network for the following \fBnetAddr\fP field.
  24. .IP netAddr 14
  25. The physical network address of the host.
  26. .IP inetAddr 14
  27. The Internet address of the host.
  28. .IP machType 14
  29. The machine type of the host.  This string will be substituted for
  30. occurrences of \fB$MACHINE\fP that occur in pathnames opened by
  31. this host.
  32. .IP name 14
  33. The official Internet name of this host.
  34. .IP aliases 14
  35. Zero or more aliases, typically shorter than the official Internet name.
  36. .PP
  37. This file is read during startup by the \fBnetroute\fP program
  38. to initialize the kernel's internal route table.  Actually, routing
  39. will be done successfully without this initialization.  However,
  40. the initialization is needed on servers so they know the machine
  41. type of their clients.  Also, error messages from the kernel will
  42. use the host name instead of the spriteID if the initialization
  43. has been done.
  44. .SH SEE ALSO
  45. netroute
  46. .SH KEYWORDS
  47. host, spriteID
  48.  
  49.